Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track use of MODULE_API macros and add isUnrealExported() AST matcher #4

Closed
wants to merge 1 commit into from

Conversation

hach-que
Copy link
Member

@hach-que hach-que commented Jul 10, 2024

This tracks the use of MODULE_API macros against named declarations, and provides an AST matcher isUnrealExported() that can be used against NamedDecl to see whether that macro has been applied.

This should be more reliable for finding non-exported types in Public folders than isMissingDllImportOrExport, since it won't need to be based on what the macro expands to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant